home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_191.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  166 b   |  14 lines

  1. on prepareFrame
  2.   global LOOPFRAME
  3.   if not (LOOPFRAME = the frameLabel) then
  4.     initialiseFrame()
  5.   end if
  6. end
  7.  
  8. on enterFrame
  9. end
  10.  
  11. on exitFrame
  12.   go(the frame)
  13. end
  14.